Welcome![Sign In][Sign Up]
Location:
Search - graphics library

Search list

[Industry researchHanzichuli

Description: 本文在找出汉字区位码与地址码转换关系的基础上,阐述了用C语言开发的,在西文图形方式下能显示一、二级汉字库中所有汉字的处理软件的设计考虑,并给出了有关程序。-This article find the characters in the location code and address code based on the conversion relationship, described using C language development in Spanish graphics mode to display one or two Chinese characters Chinese characters library processing software and all design considerations, and to out the procedures.
Platform: | Size: 241664 | Author: 林棋 | Hits:

[OpenGL programmathgl-1.9

Description: MathGL project include library and simple front-end for making wide spectrum of mathematical plots in platform independent way. The project may use OpenGL or make plots in console program with direct graphics export to EPS, PNG, JPEG or TIFF formats.
Platform: | Size: 18800640 | Author: Volen | Hits:

[Picture Viewer12864deverfordisplay

Description: 实现用AT89S52单片机在12864液晶上显示动态图形和各种特殊效果的文字 该源程序包含蒋西独立设计的功能非常强大的驱动函数 为使用12864的设计者提供最好的库支持!-12864 AT89S52 MCU achieved with liquid crystal display dynamic graphics and text all kinds of special effects independent of the source code contains the design of the Western Chiang very powerful driver function to use the 12864 to provide the best designers of the library support!
Platform: | Size: 3072 | Author: 蒋西 | Hits:

[VC/MFCbook_programmingwindows

Description: 一本演示基本的Win32程序设计的API核心内容,内容包括 基本内容——输入、输出和对话框 Unicode概述 图形——绘图、文本和字体 内核和打印机 声音和音乐 动态链接库 多任务和多线程 多文档界面 Internet和Intranet程序设计-It shows the basic Win32 API programming core content, covering the basic elements- input, output, and dialog Unicode overview of graphics- graphics, text and fonts, and printer sounds and music kernel dynamic link library multi-tasking and multi-threaded multi- Document Interface Internet and Intranet Programming
Platform: | Size: 50125824 | Author: yarlie | Hits:

[OpenGL programComputerGraphic2

Description: 计算机图形学课程设计,效果不错,对于二维三维图形显示,绘图,物体抓取,都实现的很好!使用的是开源OpenGl函数库!-Computer Graphics Design, worked well for two-dimensional three-dimensional graphics, drawing, crawling objects are achieved very good! Using open source OpenGl library!
Platform: | Size: 164864 | Author: wwwddd | Hits:

[SCMGLUT3DApp

Description: A simple 3D graphics application, made in Visual Studio 2008 and using GLUT library.
Platform: | Size: 28256256 | Author: fpganoob | Hits:

[OpenGL programComputer_graphics_design_open_source_OpenGL

Description: 计算机图形学设计之开源OpenGL:含常用库文件和教材,不错的-Computer graphics design open source OpenGL: common library contains documents and materials, good
Platform: | Size: 1004544 | Author: jik | Hits:

[GUI DevelopDXF_read_display_wxwidgets

Description: 编程环境为Visual studio2008,采用dxflib库编写,内部定义了一些图形类,可以实现dxf文件的读取,显示,及删除操作。页面侧边有动态标尺,按住鼠标中键可平移窗口,拨动滚轮可缩放视图,采用窗口裁剪以及显示缓存来提高性能及防止闪烁。本来是做为激光切割机控制系统来开发的,但是后来因为某些原因搁浅了,现在就拿出来供大家参数吧。界面上有一些激光加工参数的输入,但是实际是没有任何作用的。 程序界面使用wxwidgets库编写。这是一个跨平台的库,有很多有用的控件,在不同平台是会有相应平台的风格。此程序也可做为学习wxwidgets的例程。 编译此程序需要wxwidgets2.8.7 ;这是一个开源的界面库,请到官方主页去下载。 本人英文不好,以下英文描述为自动翻译。请见谅-Programming environment for Visual studio2008, using dxflib library prepared a number of graphics within the definition of class, can achieve dxf file to read, display, and delete operations. Pages are dynamically scale the side, hold down the mouse button to pan the window, toggle wheel to zoom the view, with window clipping and display cache to improve performance and prevent blinking. Originally as a laser cutting machine control system to develop, but was stranded for some reason, and now Take it out for your parameters. Interface, there are some laser processing parameters input, but actually have no effect. Prepared using the wxwidgets library program interface. This is a cross-platform library, there are many useful controls, there will be appropriate in different platforms, platform style. This procedure can also be used as learning wxwidgets routines. Compile this program requires wxwidgets2.8.7 this is an open source interface library, please go to the official home page
Platform: | Size: 3402752 | Author: 王占辉 | Hits:

[BooksRealtimeTerrainEngine

Description: 要想从头开始建立一个引擎的话,我们首先得需要有良好的基础。在这一部分,我们将 介绍最新的DirectX 9.0 并且好好看一下其SDK 里提供的DirectX 示例框架。出于简化的考虑, 我们将把引擎建立在微软提供好的一些类上。除此以外,我们还将研究一下DirectX9.0 的一 部分,Direct3D 扩展库(D3DX)。这个工具库将满足我们对3D 数学库的基本需要,同时也 给我们提供了加载,维护我们游戏资源的方法。 在DirectX 9.0 中,我们也将深入地研究HLSL 语言,HLSL 语言是类似与C 语言的开 发语言,它可以使着色器程序员在不借助底层汇编渲染代码的情况下编写顶点和像素着色器。 这是介绍我们今天的图形硬件3D 着色器编程的好方法。鉴于其易用性和可读性,这本书将 集中介绍HLSL 语言的使用而非底层汇编语言。 对于那些想要学习底层汇编语言的读者,HLSL 也可以作为一种辅助的学习手段。DirectX SDK 里的命令行式的HLSL 编译器(fxc.exe)通过使用/Fc 命令选项可以将HLSL 程序转换为汇 编语言文件。通过编写HLSL 代码和查看对应的汇编代码,读者就能够更加了解这两门语言。 将某些特定的代码改由汇编代码编写也可以大大地提高HLSL 代码的效率。-To build an engine from scratch, we must first need to have a good foundation. In this section, we will introduce the latest DirectX 9.0 and take a look at the DirectX SDK provides an example in the framework. For simplification reasons, we will provide a good engine built on Microsoft, a number of class. In addition, we will also look at part of DirectX9.0, Direct3D Extension Library (D3DX). The tool library will meet our basic needs of 3D math library, but also provides us with a load, maintenance of our game resources. In DirectX 9.0, we will study in depth HLSL language, HLSL language is similar to C language development language that allows programmers shader rendering code compiled without the aid of the underlying case of the preparation of vertex and pixel shader. This is to introduce today s graphics hardware 3D shader programming a good way. Given its ease of use and readability, this book will focus on the use of language rather than the underlying HLSL assembly language. Fo
Platform: | Size: 2712576 | Author: Kylin | Hits:

[OpenCVmymfcopencv

Description: 在MFC中,基于opencv库的图像图形处理。-In MFC, based on image graphics opencv library.
Platform: | Size: 1912832 | Author: 刘慧 | Hits:

[Internet-Networke2fsprogs-1.40.2.tar

Description: 三星公司s3c2440编译所需要的库文件1(QT图形编译)-Samsung s3c2440 library files needed to compile 1 (QT graphics compilation)
Platform: | Size: 3965952 | Author: 朱倩 | Hits:

[Embeded Linuxlibpng-1.2.19-no-config.tar

Description: 三星公司s3c2440编译所需要的库文件2(QT图形编译)-Samsung s3c2440 library files needed to compile 2 (QT graphics compilation)
Platform: | Size: 555008 | Author: 朱倩 | Hits:

[OpenCVopcvlib_static

Description: 开源的图形操作相关opencv生成的静态库,调用这些静态库的程序可以脱离opencv独立运行-Opencv open source graphics related to the operation generated static library, call the static library program can run independently from the opencv
Platform: | Size: 2173952 | Author: xiao | Hits:

[OpenGL program1

Description: SDL(Simple DirectMedia Layer)是什么呢?根据他的表面意思,翻译过来就是简单的指导媒体层SDL是一个跨平台的多媒体函数库,被用来设计成在低层访问音频,键盘,鼠标,游戏杆,基于OPENGL(一个3D图象开发函数库)的3D 硬件,和2D图象帧缓冲区。它被广泛的用于基于MPEG的媒体播放软件,模拟器,和许多著名的游戏。最著名的游戏是赢得LIUNX组游戏开发大奖的 文明:权利的召唤(Civilization: Call To Power)。-SDL (Simple DirectMedia Layer) is it? According to his surface meaning, translation is a simple guide the media layer of SDL is a cross-platform multimedia library, designed to be used in low-level access to audio, keyboard, mouse, joystick, based on OPENGL (a 3D graphics development function library) of 3D hardware, and the 2D image frame buffer. It is widely used in MPEG-based media player software, emulators, and many well-known games. The most famous group of the game is to win the game development awards LIUNX civilization: the right to call (Civilization: Call To Power).
Platform: | Size: 8253440 | Author: 我的名字 | Hits:

[Special EffectsCxImage

Description: CxImage是一个性能卓越、功能超强的一款图形、图像操作类库。用了你可以为你的程充快速加入图像的相关操作功能,比如存娶显示以及各种图像转换等,如果你对其功能有较深的理解,你甚至可以用它开发出图像处理软件来。而且它的源码是公开的。-CxImage is a performance, features a powerful graphics, image manipulation library. By the way you charge for your to quickly add images related to operating functions, such as displays and a variety of images stored married conversion, if you have a deeper understanding of its function, you can even use it to develop image processing software . And its source code is public.
Platform: | Size: 3453952 | Author: blue2004 | Hits:

[JSP/JavajsGraphicsDemo2010.11.17.22.07

Description: 矢量图形编辑系统基于一个javaScript库JSDRAW2D,该库中封装了绘制各种图元的函数。提供了设置图元的基本属性的类库。该类库采用纯javaScript和DOM语言编写。以一个像素的DIV作为矢量图形的最小单位,所以绘制出来的图形具有速度快,占用空间小的优势。 矢量图形编辑系统,采用动态绘制,选择所需的图形按钮,在绘图区,随着鼠标拖动,同代绘制图形。同时该系统采用AJAX技术,将绘制好的图形的基本属性,传入服务器中,保存到图形数据库中。 -Vector graphics editing system based on a javaScript library JSDRAW2D, the library encapsulates a function to draw various primitives. Provides a set of basic properties of primitive library. The library and the pure javaScript DOM language. DIV as a pixel the smallest unit vector graphics, so draw out the graph has the speed, small footprint advantages. Vector graphics editing systems, dynamic rendering, select the graphic button in the drawing area, with the mouse to drag, draw the graphics the same generation. Meanwhile, the system uses AJAX technology to draw the basic attributes of good graphics, incoming server, saved to the graphics database.
Platform: | Size: 11365376 | Author: liyu | Hits:

[Graph RecognizeVC_ocr

Description: 采用这种组合特征,顺利地解决了多体汉字识别问题,即只用一个特征库就可以识别多体汉字。在工作中我们进一步认识到:不同字体的汉字图形有所不同,实质上可以认为相当于某种字体的图形加上一定的干扰。-Use this assemblage characteristic, successfully solved multi-body character recognition problems, namely, with only one feature library can recognise multi-body characters. In business we further understand that the Chinese characters and graphics: a different font differs somewhat, essentially can think amounted to a font graphics add certain interference.
Platform: | Size: 2507776 | Author: yefeng | Hits:

[matlabfltk-1.1.10-source

Description: FLKT是C++之父写的教材中用到的GUI库。-FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for UNIX® /Linux® (X11), Microsoft® Windows® , and MacOS® X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL® and its built-in GLUT emulation. FLTK is designed to be small and modular enough to be statically linked, but works fine as a shared library. FLTK also includes an excellent UI builder called FLUID that can be used to create applications in minutes. FLTK is provided under the terms of the GNU Library Public License, Version 2 with exceptions that allow for static linking.
Platform: | Size: 3566592 | Author: osgis | Hits:

[GDI-Bitmap201011917508118

Description: 1、可制作圆形、椭圆形、菱形、方形、三角形印章。 2、支持多种特效:翻转图形、透明处理、高斯模糊、亮度/对比度/饱和度/锐化/反相/海绵/陨化(磨砂)/浮雕等等。 3、可将制作好的印章保存至印章库。 4、支持1 -1000 比例缩放。 5、支持导出印章图片(透明图章使用GIF格式)。 6、支持预览/打印。 -1, can be made round, oval, diamond, square, triangular seal. 2, support a variety of effects: flip graphics, transparency, Gaussian blur, brightness/contrast/saturation/sharpness/RP/sponge/meteorite of (Matte)/relief and so on. 3, can be saved to create a good seal stamp library. 4, support the 1 -1 000 scaling. 5, support the export stamp images (GIF format with transparent stamp.) 6, preview/print.
Platform: | Size: 1586176 | Author: cuci0008 | Hits:

[Game ProgramSDL

Description: SDL是Simple DirectMedia Layer(简易直控媒体层)的缩写。它是一个跨平台的多媒 体库,以用于直接控制底层的多媒体硬件的接口。这些多媒体功能包括了音频、键盘和鼠标 (事件)、游戏摇杆等。当然,最为重要的是提供了 2D图形帧缓冲(framebuffer)的接口, 以及为 OpenGL 与各种操作系统之间提供了统一的标准接口以实现 3D图形。从这些属性我 们可以看出,SDL 基本上可以认为是为以电脑游戏为核心开发的多媒体库。-SDL is the Simple DirectMedia Layer (simple direct control of the media layer) of the acronym. It is a cross-platform multimedia Physical library to be used for direct control of the underlying multimedia hardware interface. These multimedia features include audio, keyboard and mouse (Event), joysticks and so on. Of course, the most important is to provide a 2D graphics frame buffer (framebuffer) interface, As well as a variety of operating systems with OpenGL to provide a unified standard interface in order to achieve 3D graphics. I am from these properties Can be seen, SDL is basically a computer game that is the core of the development of multimedia library.
Platform: | Size: 586752 | Author: peng | Hits:
« 1 2 ... 44 45 46 47 48 4950 »

CodeBus www.codebus.net